Returns the value of a DICOM element
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As T
Dim value As T
Dim value As DicomDataSet
value = instance.GetValue(Of T)(tag, defaultValue, value) |
Parameters
- tag
- tag of the item to find.
- defaultValue
- a value of type T that is returned if the actual value cannot be retrieved.
- value
- reference to an object that will be updated with the value.
Type Parameters
- T
- specifies the type of the value to return
Return Value
a reference to the DicomDataSet
Example
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also